home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 September
/
Chip_2002-09_cd1.bin
/
sharewar
/
matrix
/
matrix.exe
/
{app}
/
Matrix.exe
/
0
/
RCDATA
/
TTEXTSEARCHDIALOG
/
TTEXTSEARCHDIALOG.txt
Wrap
Text File
|
2002-03-16
|
2KB
|
106 lines
object TextSearchDialog: TTextSearchDialog
Left = 290
Top = 225
BorderStyle = bsDialog
Caption = 'Search Text'
ClientHeight = 180
ClientWidth = 332
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCloseQuery = FormCloseQuery
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 12
Width = 52
Height = 13
Caption = '&Search for:'
end
object cbSearchText: TComboBox
Left = 96
Top = 8
Width = 228
Height = 21
ItemHeight = 13
TabOrder = 0
end
object gbSearchOptions: TGroupBox
Left = 8
Top = 40
Width = 154
Height = 109
Caption = 'Options'
TabOrder = 1
object cbSearchCaseSensitive: TCheckBox
Left = 8
Top = 17
Width = 140
Height = 17
Caption = 'C&ase sensitivity'
TabOrder = 0
end
object cbSearchWholeWords: TCheckBox
Left = 8
Top = 39
Width = 140
Height = 17
Caption = '&Whole words only'
TabOrder = 1
end
object cbSearchFromCursor: TCheckBox
Left = 8
Top = 61
Width = 140
Height = 17
Caption = 'Search from &caret'
TabOrder = 2
end
object cbSearchSelectedOnly: TCheckBox
Left = 8
Top = 83
Width = 140
Height = 17
Caption = '&Selected text only'
TabOrder = 3
end
end
object rgSearchDirection: TRadioGroup
Left = 170
Top = 40
Width = 154
Height = 65
Caption = 'Direction'
ItemIndex = 0
Items.Strings = (
'&Forward'
'&Backward')
TabOrder = 2
end
object btnOK: TButton
Left = 170
Top = 149
Width = 75
Height = 23
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 3
end
object btnCancel: TButton
Left = 249
Top = 149
Width = 75
Height = 23
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 4
end
end